Restore default KERNELS list.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 24 Apr 2006 10:21:16 +0000 (11:21 +0100)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 24 Apr 2006 10:21:16 +0000 (11:21 +0100)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Makefile

index 5ecea537e19eab54206042039ada89dd85cf050a..625c81c66629124a90d91b8f0ac9594cd727ebe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@
 # Grand Unified Makefile for Xen.
 #
 
-#KERNELS ?= linux-2.6-xen
-KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
+KERNELS ?= linux-2.6-xen
 # You may use wildcards in the above e.g. KERNELS=*2.6*
 
 XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )